1/1
Probelm In DATA_TYPES matching..
by maheshhegde on Sep 20, 2010 |
maheshhegde
Posts: 3 Joined: Aug 28, 2010 Last seen: Dec 7, 2015 |
||
Hi,
I am facing data type miss match problem.I want to take this line in one Variable or in one single data type. Fields--1 , 2, 3,4 , 5 , 6 , 7 , 8 , 9 , 10 ,11 , 12 , 13 , 14 , 15,16 ,17 , 18 , 19,20. Data-1023 ,0,1023,1 ,P41,P42,P43,P44,P45 ,P46 , 2 , 1 , P51, P52,P53,P54,P55, P56 , 2 , 3. Fields Indication Data Indication --------------------------------------------------------------------------------------- 1) 1 & 3 ------> Headers 2) 2,4,11,12,19&20 ------> control information 3) P41 , P42 , P43 , ------> 1st Frame P44 , P45 , P46 4) P51 , P52 , P53 , ------> 2nd Frame P54 , P55 , P56 , --------------------------------------------------------------------------------------- 0(Control_Information)------------> Precedes frame valid assertion 1(Control_Information)------------> Precedes line valid assertion 2(Control_Information)------------> Succeeds line valid de-assertion 3(Control_Information)------------> Succeeds frame valid de-assertion I want to send all this data in sensor_ctrl_data_o( single data type).How i can send??Please help me. Thanks..... Mahesh Hegde |
1/1